Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

build: update codelyzer to version ~4.3.0 #79

Merged
merged 1 commit into from
Apr 22, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2018

This Pull Request updates dependency codelyzer from ~4.2.0 to ~4.3.0

Release Notes

v4.3.0

New Rules

  • max-inline-declarations which limits the size of inline templates and/or styles. Credits to [NagRock] #​536 174ed46.
  • prefer-output-readonly requires the @Outputs of a component to be readonly. Credits to [rafaelss95] #​515 3d652d1.
  • no-conflicting-life-cycle-hooks prevents to implement OnChanges and DoCheck on the same class. Credits to [rafaelss95] #​560 e521115.
  • enforce-component-selector Component Selector Required #​551 b9c899b. Credits to [wKoza].

Bug Fixes

  • Possible bug with no-input-rename #​374 f3a53bd.
  • Removed dependency on @angular/platform-browser-dynamic #​525 671e954.
  • Rule contextual-life-cycle too aggressively scoped #​545 dcb4b3e.
  • no-output-named-after-standard-event Does Not Check Output Rename #​537 96d9292.
  • Template Conditional Complexity reports incorrect threshold #​533 5851306.

A lot of credits go to [rafaelss95], [wKoza]. The rest of the amazing people who work on codelyzer, can be found here.


Commits

v4.3.0

  • baf7e0c docs: update changelog
  • 3112b38 chore: fix peer dependencies
  • 35d5824 docs: update the list of contributors
  • c75c35c doc(readme): Update readme with new rules (#​532)
  • 5851306 fix(rules): Fix message when a failure occurs (#​534)
  • 96d9292 fix(537): no-output-named-after-standard-event checks output rename (#​538)
  • 188686b doc(readme): fix typo (#​539)
  • bfcfd0a docs(README): add no-input-prefix in documentation (#​540)
  • 7d0eaf6 Add support for nested i18n items and removed ng-container restriction (#​546)
  • 8e7e875 fix(rules): Add i18n test for #​497 (#​547)
  • dcb4b3e fix(rules): Fix contextual-life-cycle when we have more than one class in a file (#​548)
  • cf6513c Inline template max lines rule (#​550)
  • 671e954 Bump Angular 6 (#​552)
  • 174ed46 fix(rule): inline template max lines rule #​536 (#​556)
  • f3a53bd feat(rule): add special case to no-input-rename rule (#​561)
  • 3e10013 feat(rule): add no-life-cycle-call rule (#​559)
  • b9c899b Add rule in order to enforce the declaration of a selector (#​557)
  • 3d652d1 feat(rule): add prefer-output-readonly rule (#​564)
  • e521115 feat(rule): add no-conflicting-life-cycle-hooks rule (#​563)
  • a82bd56 docs: update the list of contributors
  • 869be0d Merge branch 'master' of github.com:mgechev/codelyzer
  • c1d237b docs: update changelog
  • c93d607 docs: update readme
  • 10ef81c docs: fix typo
  • b63d8a0 docs: fix typo

This PR has been generated by Renovate Bot.

@dherges dherges merged commit b61f42f into master Apr 22, 2018
@dherges dherges deleted the renovate/codelyzer-4.x branch April 22, 2018 06:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants